chore(deps): bump @angular/core from 17.3.12 to 19.2.19#4331
chore(deps): bump @angular/core from 17.3.12 to 19.2.19#4331dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 17.3.12 to 19.2.19. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/v19.2.19/packages/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-version: 19.2.19 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
| "@angular/common": "^17.3.0", | ||
| "@angular/compiler": "^17.3.0", | ||
| "@angular/core": "^17.3.0", | ||
| "@angular/core": "^19.2.19", |
There was a problem hiding this comment.
Angular core v19 mixed with v17 sibling packages
High Severity
@angular/core is bumped to ^19.2.19 while all other @angular/* packages (animations, common, compiler, forms, platform-browser, platform-browser-dynamic, platform-server, router, ssr, compiler-cli, cli, build-angular) remain at ^17.3.0. Angular requires all framework packages to share the same major version. Additionally, @angular/core@19 requires zone.js: ~0.15.0 but these packages still specify zone.js: ~0.14.3. The properly configured angular-19-ssr e2e package demonstrates the correct pattern — all @angular/* packages at ^19.0.0 with zone.js: ~0.15.0. This mismatch will cause peer dependency conflicts and likely build or runtime failures across all five affected packages.
Additional Locations (2)
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx test @e2e/angular-17 |
❌ Failed | 1m 18s | View ↗ |
nx test @e2e/angular-17-ssr |
❌ Failed | 1m 18s | View ↗ |
nx test @e2e/angular-19-ssr |
❌ Failed | 1m 19s | View ↗ |
nx test @snippet/angular-17 |
❌ Failed | 1m 14s | View ↗ |
nx test @snippet/angular-17-ssr |
❌ Failed | 2m 1s | View ↗ |
nx test @e2e/hydrogen |
✅ Succeeded | 5m 8s | View ↗ |
nx test @e2e/solid-start |
✅ Succeeded | 4m 20s | View ↗ |
nx test @e2e/react-sdk-next-pages |
✅ Succeeded | 5m 9s | View ↗ |
Additional runs (37) |
✅ Succeeded | ... | View ↗ |
☁️ Nx Cloud last updated this comment at 2026-03-02 10:11:07 UTC



Bumps @angular/core from 17.3.12 to 19.2.19.
Release notes
Sourced from
@angular/core's releases.... (truncated)
Changelog
Sourced from
@angular/core's changelog.... (truncated)
Commits
7475487fix(core): block creation of sensitive URI attributes from ICU messages26cdc53fix(core): sanitize sensitive attributes on SVG script elements7c42e2efix(compiler): prevent XSS via SVG animationattributeNameand MathML/SVG URLs70d0639fix(core): introduceBootstrapContextfor improved server bootstrapping (#6...73d3e00build: fix failing test (#61683)9e1cd49fix(migrations): preserve comments when removing unused imports (#61674)a6d5479build: migrate platform-server to rules_js (#61619)2a26944build: migrate platform-browser and platform-browser-dynamic package to use r...2ae69f7refactor: ensure tsurge migrations have clear ownership of files (#61612)c101a3arefactor: clean-up deduplication workaround from migrations (#61421) (#61612)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Medium Risk
Updates
@angular/coreacross the Angular SDK dev/e2e/snippet workspaces, which can introduce breaking changes and peer-dependency/runtime mismatches with the remaining Angular 17 packages. Risk is limited to build/test tooling and example apps but may affect CI and SSR bootstrapping behavior.Overview
Bumps
@angular/corefrom the Angular 17.x line to^19.2.19in the Angular SDK’s dev setup (packages/sdks/output/angular) and the Angular 17 e2e + snippet workspaces (including SSR variants).Regenerates
yarn.lockaccordingly, replacing the previous@angular/core@17.3.12entry with19.xresolutions (and updatedzone.jspeer range).Written by Cursor Bugbot for commit 7d84487. This will update automatically on new commits. Configure here.